home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk10.zip / SYSV_IEE.H < prev    next >
C/C++ Source or Header  |  1991-10-05  |  1KB  |  47 lines

  1.  
  2. /********************************************
  3. sysV_ieeefp.h
  4. copyright 1991, Michael D. Brennan
  5.  
  6. This is a source file for mawk, an implementation of
  7. the AWK programming language.
  8.  
  9. Mawk is distributed without warranty under the terms of
  10. the GNU General Public License, version 2, 1991.
  11. ********************************************/
  12.  
  13.  
  14. /* $Log:    sysV_ieeefp.h,v $
  15.  * Revision 4.1  91/09/25  11:41:45  brennan
  16.  * VERSION 1.0
  17.  * 
  18.  * Revision 1.3  91/09/10  09:19:41  brennan
  19.  * fixed comment typo
  20.  * 
  21.  * Revision 1.2  91/08/13  09:04:17  brennan
  22.  * VERSION .9994
  23.  * 
  24.  * Revision 1.1  91/07/03  06:36:41  brennan
  25.  * Initial revision
  26.  * 
  27. */
  28.  
  29. /* This is the config.h file for
  30.    SystemV R3+
  31.    with IEEE754 floating point
  32.    **and a math library that supports ieee754**
  33.  
  34.    This should work on SysV R3+ systems on i386 or i486
  35.    compiled and tested on:    
  36.    
  37. */
  38.  
  39. #ifndef   CONFIG_H
  40. #define   CONFIG_H    1
  41.  
  42.  
  43. #define  TURN_OFF_FPE_TRAPS()     (void) fpsetmask(0)
  44.  
  45. #include "config/Idefault.h"
  46. #endif /* CONFIG_H  */
  47.